home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / HPLAY.H < prev    next >
Text File  |  1996-07-19  |  423b  |  20 lines

  1. /* $Id: hplay.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3.  
  4. #ifndef TRUE
  5. #define TRUE                  1
  6. #endif
  7.  
  8. #ifndef FALSE
  9. #define FALSE                 0
  10. #endif
  11.  
  12. extern char *program;
  13. extern long samp_rate;
  14. extern long bits;
  15. extern int quiet;
  16. extern int audio_init PROTO((int argc, char *argv[]));
  17. extern void audio_term PROTO((void));
  18. extern void audio_play PROTO((int n, short *data));
  19.  
  20.